Rate this item
(0 votes)
Read 427595 times Last modified on Friday, 30 November 2012 03:07

101322 comments

  • Williamidome Thursday, 23 October 2025 18:54 posted by Williamidome

    нажмите https://kra43at.cc

    Comment Link
  • Williamidome Thursday, 23 October 2025 18:31 posted by Williamidome

    нажмите здесь https://kra43at.at/

    Comment Link
  • Williamidome Thursday, 23 October 2025 18:28 posted by Williamidome

    кликните сюда https://kra43at.at

    Comment Link
  • Kaizenare math tuition Thursday, 23 October 2025 18:22 posted by Kaizenare math tuition

    Aiyo, ɗo not underestimate leh, good primary schools develop youngsters holistically,
    guiding tо stronger character аnd bettеr tertiary chances later
    on.



    Guardians, dread tһe competition hor, a reputable primary еnsures superior PSLE marks fоr access to SAP оr advanced courses.





    Οh dear, lacking strong mathematics іn primary school,
    гegardless leading school youngsters mɑy stumble аt hіgh school equations, ѕo develop it promⲣtly leh.




    Hey hey, Singapore moms and dads, math is ⲣrobably
    thе extremely essential primary subject, promoting imagination fⲟr issue-resolving іn innovative careers.





    Folks, worry аbout the difference hor, arithmetic base remains critical ɑt primary school in grasping data,
    crucial іn modern digital economy.



    Ꭺvoid play play lah, link a excellent primary school alongside mathematics
    superiority t᧐o assure һigh PSLE marks as welⅼ as smooth
    changеѕ.




    Guardians,dread tthe difference hor, arithmetic groundwork
    іs essential in primary school fоr grasping data, crucial ᴡithin modern tech-driven sʏstem.




    Maris Stella High School (Primary Տection) povides a faith-centered education fоr boys.

    With extensive academics, іt prepares trainees fⲟr leadership.





    Damai Primary School ⅽreates engaging experiences fߋr trainee advancement.

    Committed educators motivate creativity ɑnd quality.
    Ӏt'ѕ ideal foг parents desiring innovative learning.

    Comment Link
  • Quintaniezelia Thursday, 23 October 2025 18:17 posted by Quintaniezelia

    Заказать Хавал - только у нас вы найдете цены ниже рынка. Быстрей всего сделать заказ на купить автомобиль haval можно только у нас!
    haval цены 2025
    новый хавал 2025 - http://havalpromsk11.ru/

    Comment Link
  • Williamidome Thursday, 23 October 2025 17:57 posted by Williamidome

    пояснения https://kra43at.cc/

    Comment Link
  • buôn bán nội tạng Thursday, 23 October 2025 17:44 posted by buôn bán nội tạng

    I visited multiple web sites but the audio quality for audio
    songs present at this web site is truly fabulous.

    Comment Link
  • Williamidome Thursday, 23 October 2025 17:40 posted by Williamidome

    пояснения https://kra43at.cc

    Comment Link
  • hình ảnh sex trẻ em Thursday, 23 October 2025 17:40 posted by hình ảnh sex trẻ em

    Hello! Do you know if they make any plugins to
    assist with Search Engine Optimization? I'm trying to get my blog to rank for some targeted keywords but I'm not seeing very good results.

    If you know of any please share. Appreciate it!

    Comment Link
  • Frankapova Thursday, 23 October 2025 17:38 posted by Frankapova

    узнать https://kra43at.at

    Comment Link

Leave a comment

Make sure you enter the (*) required information where indicated. HTML code is not allowed.

Project Description

Wednesday, 24 October 2012 10:04
Responsive Design
Written by 

A responsive template that fits all devices

The big word for Joomla 3.0 is Bootstrap. With basic CSS already integrated into Joomla 3.0, it is aiming for a much better UX for the end-user. Moreover, BootStrap includes responsive CSS, which allows a website to fit all devices, screen size.

LayoutLayout WidthGridColumnGutter Width
Large Desktop min: 1200px 12 40px
Default min-980px, max-1199px 12 40px
Normal Desktop & Tablet min-768px, max-979px 12 40px
Mobile max-767px 12 20px

The file bootstrap-responsive.less in folder: templates/ja_t3v3_blank/assets/less is to define media queries:

// RESPONSIVE CLASSES
// ------------------

@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-utilities.less";


// MEDIA QUERIES
// ------------------

// Large desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-1200px-min.less";

// Tablets to regular desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-768px-979px.less";

// Phones to portrait tablets and narrow desktops
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-767px-max.less";


// RESPONSIVE NAVBAR
// ------------------

// From 979px and below, show a button to toggle navbar contents
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/component-animations.less";
@import "../../../plugins/system/jat3v3/t3v3base/bootstrap/less/responsive-navbar.less";

By default, the responsive files are located in: plugins/system/jat3v3/t3v3base/bootstrap/less

The list responsive files include:

  • responsive.less
  • responsive-767px-max.less
  • responsive-768px-979px.less
  • responsive-1200px-min.less
  • responsive-navbar.less
  • responsive-utilities.less
  • component-animations.less
  • responsive-navbar.less

Responsive utility classes

ClassMobile max-767pxTablets 768px to 979pxDesktop min-980px
.visible-phone Visible
.visible-tablet Visible
.visible-desktop Visible
.hidden-phone Visible Visible
.hidden-tablet Visible Visible
.hidden-desktop Visible Visible

Tablet and Regular Desktop Layout

The file responsive-768px-979px.less is the style file for Tablet and regular desktop layout. When the screen size is smaller than 979px and bigger than 768px, the template runs on the responsive-768px-979px.less file.

@media (min-width: 768px) and (max-width: 979px) {

// Fixed grid
#grid > .core(@gridColumnWidth768, @gridGutterWidth768);

// Fluid grid
#grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);

// Input grid
#grid > .input(@gridColumnWidth768, @gridGutterWidth768);

// No need to reset .thumbnails here since it's the same @gridGutterWidth

}

Large Desktop Layout

The file responsive-1200px.less is the style file for large desktop layout (width size > 1200px} and regular desktop layout. When the screen size is smaller than 979px and bigger than 768px, the template runs on the responsive-1200px-min.less file.

@media (min-width: 1200px) {

// Fixed grid
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200);

// Fluid grid
#grid > .fluid(@fluidGridColumnWidth1200, @fluidGridGutterWidth1200);

// Input grid
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200);

// Thumbnails
.thumbnails {
margin-left: -@gridGutterWidth1200;
}
.thumbnails > li {
margin-left: @gridGutterWidth1200;
}
.row-fluid .thumbnails {
margin-left: 0;
}

}
  • Mobile Layout

    The file responsive-767px-max.less is the style file for Mobile layout. the elements are defined to fit the mobile device. When the screen size is smaller than 767px, the template runs on the responsive-767px-max.less file.

    • Logo is now on top
    • Menu is collapsed
    • One Column Content display
    • Modules blocks is in one column display as well
    • Responsive media (image, video, ...) are defined to fit the mobile layout.

Responsive CSS file

The file bootstrap-responsive.lessin folder: templates/ja_t3v3_blank/assets/less will be compiled to a CSS file named: bootstrap-responsive.css and the file is located in folder: plugins/system/jat3v3/t3v3base/bootstrap/css.

What we did

Visit Project
Recent Works